x86/vtd: Rename struct iommu to vtd_iommu
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 27 Nov 2018 15:05:48 +0000 (15:05 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 5 Sep 2019 10:26:26 +0000 (11:26 +0100)
commitc697330d60252b921d4068315fdc98246606a921
tree750b5793ab9eb88b388d89a059a7ba1780f2976e
parentfa8f9792befc6ca4982d191b8b1e32f70087ee9d
x86/vtd: Rename struct iommu to vtd_iommu

VT-d's local struct iommu is an overly-generic name, for a structure which in
practice maps 1-to-1 with the real IOMMUs in the system.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
xen/drivers/passthrough/vtd/dmar.c
xen/drivers/passthrough/vtd/dmar.h
xen/drivers/passthrough/vtd/extern.h
xen/drivers/passthrough/vtd/intremap.c
xen/drivers/passthrough/vtd/iommu.c
xen/drivers/passthrough/vtd/iommu.h
xen/drivers/passthrough/vtd/qinval.c
xen/drivers/passthrough/vtd/quirks.c
xen/drivers/passthrough/vtd/utils.c
xen/drivers/passthrough/vtd/x86/ats.c